Skip to main content

Get Notification by ID

GET 

/notifications/:id

Retrieve the information of the notification with the matching ID.

Request

Path Parameters

    id uuidrequired

    ID of the notification

Header Parameters

    x-api-key stringrequired

    base64 encoded store ID

Responses

Notification Found

Schema
    status stringrequired

    Possible values: [pending, failed, complete]

    Default value: pending

    Status of the given notification.

    payload object

    Optional payload.

Loading...